The end of the document ref_lated
| Feature | Description | Example |
|---|---|---|
| Headers | Titles | ## Section (H2)### Subsection (H3) |
| Emphasis | Text Styles | *Italic* or _Italic_ **Bold** or __Bold__~~Strikethrough~~ |
| Lists | Bullets | - Bullet list item - nested list item 1. Numbered List Item 2. Another list item Indented block quote |
| Equations | Euler’s formula | |
| Images | Inline image | ![Caption][image.png] |
| Layout | Horizontal Line | |
| Links | Hyperlinks | [Link Text](http://example.com) [Link Text][1] [1]: http://example.com |
| Code | Inline and Block | `Inline code` pythondef function(): pass |
# # The end of the document
A Subsection
## a subsection subsection
- Bullet
dhis is markdown
*but* it's doing strange things
<footer>
<p><a href="index.html">Back to Home Page</a></p>
</footer>